ktor
Toggle table of contents
3.1.0
Select version
3.1.0
3.0.3
3.0.2
3.0.0
2.3.12
2.2.4
2.0.3
1.6.8
wasmJs
Platform filter
wasmJs
Switch theme
Search in API
ktor
ktor-client-core
/
io.ktor.client.fetch
/
[wasmJs]WritableStream
Writable
Stream
wasmJs
external
interface
WritableStream
<
W
:
JsAny
?
>
:
JsAny
Members
Properties
locked
Link copied to clipboard
wasmJs
abstract
var
locked
:
Boolean
Functions
abort
Link copied to clipboard
wasmJs
abstract
fun
abort
(
reason
:
JsAny
?
=
definedExternally
)
:
Promise
<
JsAny
?
>
get
Writer
Link copied to clipboard
wasmJs
abstract
fun
getWriter
(
)
:
WritableStreamDefaultWriter
<
W
>